chore(github): add pip ecosystem and ignore release-drafter#248
Merged
Conversation
- Added ignore rule for release-drafter dependency in dependabot configuration.
- Configured Dependabot to manage pip dependencies in the root directory on a weekly schedule. - Limited open pull requests to 10. - Added grouping for minor and patch updates.
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## main #248 +/- ##
=======================================
Coverage 87.91% 87.91%
=======================================
Files 122 122
Lines 2864 2864
Branches 334 334
=======================================
Hits 2518 2518
Misses 216 216
Partials 130 130 Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
- Updated commit message prefixes from "chore(deps)" to "chore". - Applied changes across all package ecosystems in dependabot.yml.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



🚀 Pull Request
📋 Summary
This PR enhances the Dependabot configuration with two improvements:
The pip ecosystem configuration follows the same pattern as existing ecosystems (weekly updates, grouped minor/patch updates, 10 PR limit).
✅ Checklist
🧪 Related Issues or PRs
N/A
💬 Notes for Reviewers
The pip ecosystem will automatically detect Python dependencies in pyproject.toml or requirements.txt files. The release-drafter action is pinned to prevent automatic updates that could affect our release process.